testing.chattyPrinter.lastName (field)

6 uses

	testing (current package)
		testing.go#L569: 	lastName   string     // last printed test name in chatty mode
		testing.go#L599: 	p.lastName = testName
		testing.go#L609: 	if p.lastName == "" {
		testing.go#L610: 		p.lastName = testName
		testing.go#L611: 	} else if p.lastName != testName {
		testing.go#L613: 		p.lastName = testName